123456/V5 PT 2324/x104/F1.php

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <php $voornaam $achternaam action type= 'GET_$voornaam' acion type= 'GET_achternaam' if($voornaam && $achternaam) echo Je naam is $voornaam $achternaam else ( echo je hebt niet alles ingevuld. ); ?> </body> </html>

Resultaat

Made by Thijs Aarnoudse